home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / qbbs276s.zip / RICK-L.ZIP / MAIN-DIR.ZIP / EDITOR.Q-A < prev    next >
Text File  |  1992-06-14  |  394b  |  18 lines

  1. Display "Please select the full-screen message editor you wish to use. |"
  2. Display "TOPED is the editor that has been used for the last few months; |"
  3. Display "GEdit is a new editor preferred by many users. |"
  4.  
  5. Changecolor 12 0
  6. Display "1. Toped |"
  7. Display "2. GEdit |"
  8. GetChoice 12 1
  9.  
  10. If 1 = "1"
  11. SetFlag B7 OFF
  12. SetFlag B8 OFF
  13. Else
  14. If 1 = "2"
  15. SetFlag B7 OFF
  16. SetFlag B8 ON
  17. Endif
  18.